home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Education
/
PC-SiG's World of Education.iso
/
wor
/
disk1643.zip
/
README.1ST
< prev
Wrap
Text File
|
1989-03-30
|
3KB
|
71 lines
What is in the Package
----------------------
kEDITOR package contains the following files:
1. README.1ST - short description of package and installation
2. KED.EXE - kEDITOR program
3. LANGMC.KED - Microsoft(R) C 5.1 language features file
4. LANGTC.KED - Borland(R) C 2.0 language features file
5. LANGMASM.KED - Microsoft MASM(R) 5.0 language features file
6. LANGTASM.KED - Borland Assembler 1.0 language features file
7. LANGTPAS.KED - Borland TURBO PASCAL 5.0 language features file
8. LANGQB.KED - Microsost QuickBASIC(TM) 4.0 language features file
9. LANGFORT.KED - Microsost FORTRAN 4.0 language features file
10. LANGDBA3.KED - ASHTON-TATE dBASE III+ language features file
11. LANGDBA4.KED - ASHTON-TATE dBASE IV language features file
12. LANGCLIP.KED - NANTUCKET(TM) Clipper(TM) language features file
13. LANG123.KED - LOTUS(R) Macro language features file
kEDITOR Special Features
------------------------
- Specifically design for handling source program file.
- Written in assembler language, compact and fast.
- On-line help with language features (C,TC,MASM,TASM,1-2-3,
QuickBASIC,FORTRAN,TurboPascal,Clipper, dBASE III+,dBASE IV).
- ASCII table, Scan Codes table, BIOS, DOS interrupts,
word cross reference, Hex conversion all on line.
- 100 commands plus numerous subcommands including
directory sort,showOnly, key stroke macros, DOS Shell,
point and find next frward or backward, print range of lines.
- Commands for character, word, line, range of lines, file.
- Command in WordStar type or 2 letter mnemonic or
up to 10 letters alias name. Commands may be customized.
- Cut and paste from browse file.
- Optional create BAK backup file, auto-indent,definable word,beep
- All for $49.95 (student half price) - plus postage & handling $5.00.
How to install
--------------
Copy KED.EXE file to any directory as long as the directory is defined
in PATH command, such as
C:>copy a:ked.exe \util\ked.exe
Copy desired language features file into the directory from where
you are going to invoke the kEDITOR. Rename the copied language
features file to 'LANGUAGE.KED'. kEDITOR looks for the file with name
"LANGUAGE.KED" when the language command (F2) is issued.
For example, you are using QuickBASIC and are going to keep all
of the source programs under directory C:\PROJECT1
C:\PROJECT1>copy a:langqb.ked language.ked
C:\PROJECT1>ked <--- invoke kEDITOR
Another example, dBASE III+ programs are stored in subdirectory called
C:\INVENTRY
C:\INVENTRY>copy a:langclip.ked language.ked
C:\INVENTRY>ked
How to register
---------------
To become a registered owner and receive a complete up-to-date package
and documentation, please send your cheque to the following address:
Kuang H. Tseng
Box 261, Pitt Meadows, BC
Canada V3Y2E6
(1989/03/30)